bitkeeper revision 1.323 (3f0d274cxFM9S7m-tyUGLwmU-YOAbA)
authorsos22@labyrinth.cl.cam.ac.uk <sos22@labyrinth.cl.cam.ac.uk>
Thu, 10 Jul 2003 08:43:56 +0000 (08:43 +0000)
committersos22@labyrinth.cl.cam.ac.uk <sos22@labyrinth.cl.cam.ac.uk>
Thu, 10 Jul 2003 08:43:56 +0000 (08:43 +0000)
Get the userspace tools to provide a key where one is needed.

tools/control/src/org/xenoserver/control/VirtualDisk.java

index f99085788dcf8348a11f601a34e4b411e1f1e33f..6d4fde90abf6d038bca098347fe97a8c0f2c0c76 100644 (file)
@@ -109,6 +109,9 @@ public class VirtualDisk {
                 + "segment:"
                 + vbd.getVbdNum()
                 + " "
+               + "key: "
+               + this.getKey()
+               + " "
                 + "extents:"
                 + extents.size()
                 + " ");